home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- doButtonHilite()
- end
-
- on mouseUp
- global gPageNum, gCategoryName, gPoemChannel
- if rollOver(the clickOn) then
- puppetSound("mouseClick")
- updateStage()
- if gCategoryName = "R" then
- stopAllSound()
- set the visible of sprite gPoemChannel to 0
- else
- if (gCategoryName = "S") or (gCategoryName = "V") then
- videoStopAllSound()
- else
- if gCategoryName = "G" then
- stopAllSound()
- do("IndexHelpPrep" & gPageNum)
- else
- if gCategoryName = "P" then
- stopAllSound()
- paintStartIndex()
- end if
- end if
- end if
- end if
- set gPlayFlag to 0
- set the mouseDownScript to "InterruptHelp"
- go("Help")
- end if
- end
-